type flag.int64Value
8 uses
flag (current package)
flag.go#L160: type int64Value int64
flag.go#L162: func newInt64Value(val int64, p *int64) *int64Value {
flag.go#L164: return (*int64Value)(p)
flag.go#L167: func (i *int64Value) Set(s string) error {
flag.go#L172: *i = int64Value(v)
flag.go#L176: func (i *int64Value) Get() any { return int64(*i) }
flag.go#L178: func (i *int64Value) String() string { return strconv.FormatInt(int64(*i), 10) }
flag.go#L496: case *intValue, *int64Value:
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)